FHIR IG Statistics: ValueSet/olis-ParticipantType
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "ValueSet",
"id": "olis-ParticipantType",
"url": "http://ehealthontario.ca/fhir/ValueSet/lab/ca-on-lab-encounter-participant-type",
"version": "1.0.0",
"name": "ParticipantType",
"status": "active",
"publisher": "Ontario Health",
"description": "Participant type for physicians supported by OLIS. It includes sub-set of the core FHIR value set http://hl7.org/fhir/ValueSet/encounter-participant-type and is extended with one code from http://terminology.hl7.org/CodeSystem/v3-ParticipationType.",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"concept": [
{
"code": "ADM",
"display": "admitter"
},
{
"code": "ATND",
"display": "attender"
}
]
}
]
}
}